home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Environments / Prograph Classic 2.6.1 / Prograph Reference Manual / Prograph Reference 5-7 / Prograph Reference 5-7.rsrc / TEXT_173.txt < prev    next >
Encoding:
Text File  |  1995-10-25  |  3.2 KB  |  101 lines

  1.  
  2.  Text
  3.  
  4.  
  5. _________________________________________________
  6.  
  7.                         auto-text     *356*
  8.  
  9. Input types: Edit Text | Scroll Text
  10.  
  11. Description:     Scrolls the selected text of EditItem into view.  If EditItem  is not the currently selected text, then an execution error occurs.
  12.  
  13. See also:  clear-text, copy-text, cut-text, extract-text, insert-text, paste-text
  14.  
  15.  
  16. _________________________________________________
  17.  
  18.                                clear-text     *356*
  19.  
  20.  
  21. Input types: Edit Text | Scroll Text
  22.  
  23. Description:     Deletes the selected text of EditItem.  If EditItem  is not the currently selected text, then an execution error occurs.
  24.  
  25. See also:  auto-text, copy-text, cut-text, extract-text, insert-text, paste-text
  26.  
  27.  
  28. _________________________________________________
  29.  
  30.                               copy-text     *356*
  31.  
  32.  
  33. Input types: Edit Text | Scroll Text
  34.  
  35. Description:     Copies the selected text of EditItem into the clipboard.  If EditItem  is not the currently selected text, then an execution error occurs.
  36.  
  37. See also:  auto-text, clear-text, cut-text, extract-text, insert-text, paste-text
  38.  
  39.  
  40. _________________________________________________
  41.  
  42.                                cut-text     *357*
  43.  
  44. Input types: Edit Text | Scroll Text
  45.  
  46. Description:     Copies the selected text of EditItem into the clipboard, and deletes it from EditItem.  If EditItem  is not the currently selected text, then an execution error occurs.
  47.  
  48. See also:  auto-text, clear-text, copy-text, extract-text, insert-text, paste-text
  49.  
  50.  
  51. _________________________________________________
  52.  
  53.                                       extract-text     *357*
  54.  
  55.  
  56. Input types: Edit Text | Scroll Text
  57.  
  58. Output types: string
  59.  
  60. Description:     Text is the selected text of EditItem.  If EditItem  is not the currently selected text, then an execution error occurs.
  61.  
  62. See also:  auto-text, clear-text, copy-text, cut-text, insert-text, paste-text
  63.  
  64.  
  65. _________________________________________________
  66.  
  67.                                       insert-text     *357*
  68.  
  69.  
  70. Input types: Edit Text | Scroll Text  string
  71.  
  72. Description:     Replaces the selected text of EditItem with NewText.  If EditItem  is not the currently selected text, then an execution error occurs.
  73.  
  74. See also:  auto-text, clear-text, copy-text, cut-text, extract-text, paste-text
  75.  
  76.  
  77. _________________________________________________
  78.  
  79.                                        paste-text     *357*
  80.  
  81.  
  82. Input types: Edit Text | Scroll Text
  83.  
  84. Description:     Replaces the selected text of EditItem with the contents of the clipboard.  If EditItem  is not the currently selected text, then an execution error occurs.
  85.  
  86. See also:  auto-text, clear-text, copy-text, cut-text, extract-text, insert-text
  87.  
  88.  
  89. _________________________________________________
  90.  
  91.                                                                                      print-text     *358*
  92.  
  93.  
  94. Input types: string;  string;  integer;  integer;  boolean
  95.  
  96. Output types:
  97.  
  98. Description:     Prints the Banner followed by Text using font and size specified by Font and FontSize. If Wrap is TRUE Text is printed wrapped to size of print page; otherwise each paragraph is printed as a separate line.  If EditItem  is not the currently selected text, then an execution error occurs.
  99.  
  100. See also:  print-window
  101.